home *** CD-ROM | disk | FTP | other *** search
- ###########################################################################
- #
- # TEST DESCRIPTION: Open, load and play to
- # completion all MIDI types and check sound quality.
- #
- ###########################################################################
- #
- # OPEN THE MIDIPLAYER
- # WAIT FOR SUCCESSFUL OPEN
- #
- ############################################
-
-
- open ?AP2PATH?type1.mid alias midi1 wait
-
- # Play type1.mid
- play midi1 wait
-
- @CHECK Did the type1.MID play correctly?
-
- close midi1 wait
-
- ###################################
-
- open ?AP2PATH?type0.mid alias midi1 wait
-
-
- # Play type0.mid
- play midi1 wait
-
- @CHECK Did the type0.MID play correctly?
-
- close midi1 wait
-
- ####################################
-
- open ?AP2PATH?BALLGAME.MID alias midi1 wait
-
-
- # Play midi file
- play midi1 wait
-
- @CHECK Did the BALLGAME.MID play correctly?
-
-
- close midi1 wait
-
-
- ##################################
- #
- open ?AP2PATH?BACH.MID alias midi1 wait
-
-
- # Play midi file
- play midi1 wait
-
- @CHECK Did the BACH.MID play correctly?
-
- close midi1 wait
-
- ###################################
-
- open ?AP2PATH?BLUEJAM.MID alias midi1 wait
-
-
- # Play midi file
- play midi1 wait
-
- @CHECK Did the BLUEJAM.MID play correctly?
-
- close midi1 wait
- #
- #################################
-
- open ?AP2PATH?HOLIDAY.MID alias midi1 wait
-
-
- # Play midi file
- play midi1 wait
-
- @CHECK Did the HOLIDAY.MID play correctly?
-
- close midi1 wait
- #
- ########################################
- #
- open ?AP2PATH?IBMRALLY.MID alias midi1 wait
-
- # Play MIDI file
- play midi1 wait
-
- @CHECK Did the IBMRALLY.MID play correctly?
-
-
- close midi1 wait
- #